home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
util
/
gnu
/
emacs_src.lha
/
src
/
amiga
/
emacs-18.59
/
emacs-18.59-amiga
/
man
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-12-16
|
131b
|
9 lines
all: texindex
clean:
rm -f texindex.o texindex
texindex: texindex.o
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
texindex.o: texindex.c